Gets the index with the specified key selector.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public Index<T> this[
	LambdaExpression key
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	key As LambdaExpression _
) As Index(Of T)
	Get

Parameters

key
Type: System.Linq.Expressions..::..LambdaExpression
Key selector expression of an index, see KeySelector.

See Also